-- card: 5133 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2619 -- name: REPEAT LOOPS -- part 1 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=37 top=42 right=91 bottom=475 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 8448 -- line height: 16 -- part name: -- part contents for card part 1 ----- text ----- General Design Principles REPEAT LOOPS -- part contents for background part 2 ----- text ----- The repeat command is not supported by HyperDA. But when you need to execute a single statement or even a small statement group repeatedly, you can use the simple expedient of coding the line(s) explicitly the number of times you wish to repeat. (For an example of this technique, see the previous card.) This approach will only work, of course, if you know in advance how many times the statement(s) need to be executed. Variables cannot play a role since they are not supported.